home *** CD-ROM | disk | FTP | other *** search
/ Windows 6-Pak - Disc 3 / Windows 6-Pak (InfoMagic) (Disc 3) (1999).ISO / Misc-Sound-Tools / Equalizer99.zip / Equalizer99.txt < prev   
Text File  |  1999-01-25  |  3KB  |  58 lines

  1. Program : Equalizer99 V1.99 97.792 bytes 
  2. Program : Equalizer99 V1.9 54.784 bytes 
  3.  
  4. Author : PG Sprimont 01/99.PG.Sprimont@student.ulg.ac.be
  5.  
  6. Puropose :  real-time equalizer for line-in sound devices.
  7. Copyright : noone : freeware.
  8.  
  9. Langu : C++, win32
  10. platform : win32 : win95,98,NT4
  11.  
  12. changes from 1.99 betabeta...etc
  13. *********************************
  14.  
  15. Yes, it doesn't seems to be a critical release but it is indeed a big one.
  16. The code is now pure C++, the multithreading and multimedia's api gestion are
  17. a lot improved. 
  18. The soft is now still faster (mathematical changes in the FFT algorithm).
  19. (Thanks for that to my friends Lall & Gregor)
  20. It also introduces (but not yet in this release) the complete implementation 
  21. of DirectX 6's DirectSoundCapture and DirectSound wich will improve the speed 
  22. (for accelerated hardware) and provide new features (I'm thinking of doing some 
  23. strange things with the 3D soound buffers for those who have (like me) a SB live 
  24. or compatible DirectSound 3D board).
  25. The big lack of the program is still some kind mathematical as the "glitches" at the borders 
  26. of the buffers, (due to the Gibbs's phenomenon), appears after the FFT has been made. 
  27. The trial is to suppress these glitches. 
  28. I'll try to do that, it is very important as it is the fundattion of the program. 
  29.  
  30.  
  31. Changes from 1.2 :
  32. ******************
  33.  
  34. The equalization part of the program has been completely reprogrammed.
  35. Now, the eq is LEFT/RIGHT independant (more CPU is though used to achieve this)
  36. It has now 2* 15 bands of frequencies. The factors are now expressed in decibels,
  37. as it was supposed to :-) and are accurate. the gain factors go from -25 to +25 dB.
  38. I know it is impossible to hear anything at + 25dB, it will be in future versions
  39. when the power of the sound wave will be controlled. Buffers will also be mixed
  40. together to avoid the scratches due to discontinuities between buffers.
  41.  
  42. Improvements could be made at the FFT level, wich could reduce the CPU time.
  43. Good results can still only be excpected on fast, very fast computers.
  44. I also tried to give a more "user friendly" interface...
  45. The mixer possibilities are not implemented yet, nor are the gain and preamp control 
  46. wich are fundamental, these will be available in future versions. The user will 
  47. also be able to save config files, and maybe audio .wav files too.
  48.  
  49. Changes from 1.1 :
  50. ******************
  51.  
  52. Multithreading is introduced, speed up the soft dramatically.
  53. Still buggy.
  54.  
  55. changes from 1.0 :
  56. ******************
  57. cleaner multimedia api's implementation.
  58.